.starter-template {
    padding-top: 20px;
    text-align: center;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}
.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}


/* navbar settings
-------------------------------------------------- */
.navbar {
    min-height: 60px;
}

.navbar-header, .navbar-collapse {
    margin-top: 5px;
}

dd, dt {
    padding-top: 15px;
}


/* custom settings
-------------------------------------------------- */
.jumbotron {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 0px;
    background: linear-gradient(#FFF, #F2F5A9);
    /*background: linear-gradient(#F2F2F2, #FFF);*/
    /*background-color: #F2F2F2;*/
}
.jumbotronreversed {
    background: linear-gradient(#F2F5A9, #FFF);
}

@font-face {
    font-family: 'Zantroke';
    src: url(/fonts/zantroke.ttf);
}

.companytype {
    font-family: 'Zantroke', arial;
}

.companyname {
    font-family: 'Zantroke', arial;
    line-height: 40%;
    letter-spacing: 5px;
    font-size: 63px;
    color: #00F;
}

.primary-blue {
    color: #00F;
}
